home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000362_123@jump.net_Mon Feb 11 11:00:32 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 13205 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!news-feeds.jump.net!news20!not-for-mail
  3. From: "Jumpnet" <123@jump.net>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Lost in a sea of C source...
  6. Lines: 33
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 5.50.4807.1700
  10. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
  11. Message-ID: <5HR98.5996$3k2.1127802@news20>
  12. Date: Mon, 11 Feb 2002 09:51:16 -0600
  13. NNTP-Posting-Host: 206.225.52.70
  14. X-Complaints-To: abuse@jump.net
  15. X-Trace: news20 1013442369 206.225.52.70 (Mon, 11 Feb 2002 09:46:09 CST)
  16. NNTP-Posting-Date: Mon, 11 Feb 2002 09:46:09 CST
  17. Organization: Jump.Net
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13205
  19.  
  20.  
  21. Hello people of Kermit Land!
  22.  
  23. I am looking over the various aspects of Kermit and am having
  24. a difficult time getting a sufficient answer.  I have an application
  25. that is embedded that needs to use Kermit as the method of
  26. loading programs into a remote host running OS9.  I recently
  27. went to the Columiba site to see what was available there and
  28. found a pre-complied version of kermit for OS9 3.0.3.  Imagine
  29. my suprise when I found it to be nearly 500k in size!  This is
  30. unacceptable.  The "other" end needs to be either a laptop or
  31. a PDA device such as Palm, IPaq, etc...  What I need, and I
  32. don't think this is asking too much, is a way to make a small
  33. implementation of Kermit for BOTH ends to do ONE thing,
  34. namely a file transfer to the target machine, no scripting, no
  35. terminal emulation, TCP/IP...just the file transfer over a serial
  36. connection, probably async, 9600 baud N-8-1.  Embedding a
  37. small sub-set of functions in a C program (for BOTH ends) is an
  38. acceptable solution but I am not finding answers here either. I
  39. realize that Microware has provided a kermit for the OS9 side
  40. and this is fine but that they got a kermit the size of 15k would
  41. seem to indicate that there is some way to strip things to a
  42. simpler sub-set of the entire package.  Any pointers out of this
  43. forest would be greatly appreciated.  I have not purchased
  44. any books at this point so maybe diging deeper is the best
  45. approach, RTFM in other words.
  46.  
  47. -- Mark
  48.  
  49.  
  50.  
  51.  
  52.  
  53.